MINOR: Bump com.gradle:common-custom-user-data-maven-extension from 2.1.0 to 2.2.0#1128
Merged
jbonofre merged 1 commit intoMay 11, 2026
Conversation
Member
|
@dependabot rebase |
Bumps [com.gradle:common-custom-user-data-maven-extension](https://github.com/gradle/common-custom-user-data-maven-extension) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/gradle/common-custom-user-data-maven-extension/releases) - [Commits](gradle/common-custom-user-data-maven-extension@v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: com.gradle:common-custom-user-data-maven-extension dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
a45677a to
5aba9b3
Compare
ennuite
pushed a commit
to ennuite/arrow-java
that referenced
this pull request
May 11, 2026
….1.0 to 2.2.0 (apache#1128) Bumps [com.gradle:common-custom-user-data-maven-extension](https://github.com/gradle/common-custom-user-data-maven-extension) from 2.1.0 to 2.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gradle/common-custom-user-data-maven-extension/releases">com.gradle:common-custom-user-data-maven-extension's releases</a>.</em></p> <blockquote> <h2>2.2.0</h2> <ul> <li>[NEW] Add AI tag to the Build Scan when invoked by an AI Agent</li> <li>[NEW] Add custom value to the Build Scan indicating which AI Agent invoked the build</li> <li>[NEW] Add link in Build Scan to GitHub PR</li> <li>[NEW] For GitHub PRs, capture <code>GITHUB_BASE_REF</code> as the value <code>PR base branch</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gradle/common-custom-user-data-maven-extension/commit/d594c600651c22fb242ae7989704dedd55354941"><code>d594c60</code></a> [maven-release-plugin] prepare release v2.2.0</li> <li><a href="https://github.com/gradle/common-custom-user-data-maven-extension/commit/0a48e7af84f66dbcab13a1ed922b37ae20036cea"><code>0a48e7a</code></a> Merge pull request <a href="https://redirect.github.com/gradle/common-custom-user-data-maven-extension/issues/375">#375</a> from gradle/cj/github-pr-base-branch</li> <li><a href="https://github.com/gradle/common-custom-user-data-maven-extension/commit/02f60010470630dc040841fb3103b16307b1c22f"><code>02f6001</code></a> Capture GITHUB_BASE_REF as 'PR base branch' for GitHub PR builds</li> <li><a href="https://github.com/gradle/common-custom-user-data-maven-extension/commit/fc03fa942b75a6e85d20055d193874f134d3953f"><code>fc03fa9</code></a> Add recent feature additions to changes.md</li> <li><a href="https://github.com/gradle/common-custom-user-data-maven-extension/commit/15015551ae69bc5cc65d5c00e1e38f84868beb44"><code>1501555</code></a> Merge pull request <a href="https://redirect.github.com/gradle/common-custom-user-data-maven-extension/issues/370">#370</a> from gradle/add-ai-agent-metadata</li> <li><a href="https://github.com/gradle/common-custom-user-data-maven-extension/commit/de773aef7d7ee25182e8233dff2624c45bb2f1bf"><code>de773ae</code></a> [Renovate Bot] Update dependency org.apache.maven:maven-core to v3.9.15 (<a href="https://redirect.github.com/gradle/common-custom-user-data-maven-extension/issues/374">#374</a>)</li> <li><a href="https://github.com/gradle/common-custom-user-data-maven-extension/commit/074832a77b9f4695f05d9b7e58955a787451c674"><code>074832a</code></a> [Renovate Bot] Update dependency maven to v3.9.15 (<a href="https://redirect.github.com/gradle/common-custom-user-data-maven-extension/issues/373">#373</a>)</li> <li><a href="https://github.com/gradle/common-custom-user-data-maven-extension/commit/9de6cf166eab1220a012322d51ce9628820e08b4"><code>9de6cf1</code></a> Merge pull request <a href="https://redirect.github.com/gradle/common-custom-user-data-maven-extension/issues/372">#372</a> from gradle/renovate/github-actions</li> <li><a href="https://github.com/gradle/common-custom-user-data-maven-extension/commit/ea1e3fcf40fdf65864361024935fee8f6032b6f8"><code>ea1e3fc</code></a> [Renovate Bot] Update actions/upload-artifact digest to 043fb46</li> <li><a href="https://github.com/gradle/common-custom-user-data-maven-extension/commit/438484954c53f3c0aff0c913de0cc4b0d7ddcaf6"><code>4384849</code></a> Match AI tags/values to CCUD Gradle</li> <li>Additional commits viewable in <a href="https://github.com/gradle/common-custom-user-data-maven-extension/compare/v2.1.0...v2.2.0">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps com.gradle:common-custom-user-data-maven-extension from 2.1.0 to 2.2.0.
Release notes
Sourced from com.gradle:common-custom-user-data-maven-extension's releases.
Commits
d594c60[maven-release-plugin] prepare release v2.2.00a48e7aMerge pull request #375 from gradle/cj/github-pr-base-branch02f6001Capture GITHUB_BASE_REF as 'PR base branch' for GitHub PR buildsfc03fa9Add recent feature additions to changes.md1501555Merge pull request #370 from gradle/add-ai-agent-metadatade773ae[Renovate Bot] Update dependency org.apache.maven:maven-core to v3.9.15 (#374)074832a[Renovate Bot] Update dependency maven to v3.9.15 (#373)9de6cf1Merge pull request #372 from gradle/renovate/github-actionsea1e3fc[Renovate Bot] Update actions/upload-artifact digest to 043fb464384849Match AI tags/values to CCUD Gradle